0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 15:46:27 +00:00

org-babel-do-key-sequence-in-edit-buffer: Mention argument in docstring

* lisp/ob-core.el (org-babel-do-key-sequence-in-edit-buffer): Mention
argument KEY in the docstring.
This commit is contained in:
Ihor Radchenko 2023-08-17 15:54:20 +03:00
parent 1ae611c7e3
commit d0c7cd48eb
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -1179,7 +1179,7 @@ Return t if a code block was found at point, nil otherwise."
t))) t)))
(defun org-babel-do-key-sequence-in-edit-buffer (key) (defun org-babel-do-key-sequence-in-edit-buffer (key)
"Read key sequence and execute the command in edit buffer. "Read key sequence KEY and execute the command in edit buffer.
Enter a key sequence to be executed in the language major-mode Enter a key sequence to be executed in the language major-mode
edit buffer. For example, TAB will alter the contents of the edit buffer. For example, TAB will alter the contents of the
Org code block according to the effect of TAB in the language Org code block according to the effect of TAB in the language