mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
org-src--construct-edit-buffer-name: Fix docstring
* lisp/org-src.el (org-src--construct-edit-buffer-name): Fix the docstring to conform to the existing buffer name pattern. Reported-by: Rudolf Adamkovič <salutis@me.com> Link: https://orgmode.org/list/20230302140224.6169-1-salutis@me.com
This commit is contained in:
parent
eb6379a417
commit
dd25e2704f
@ -315,7 +315,7 @@ is 0.")
|
||||
|
||||
(defun org-src--construct-edit-buffer-name (org-buffer-name lang)
|
||||
"Construct the buffer name for a source editing buffer.
|
||||
Format is \"*Org Src ORG-BUFFER-NAME [ LANG ]*\"."
|
||||
Format is \"*Org Src ORG-BUFFER-NAME[ LANG ]*\"."
|
||||
(concat "*Org Src " org-buffer-name "[ " lang " ]*"))
|
||||
|
||||
(defun org-src--edit-buffer (beg end)
|
||||
|
Loading…
Reference in New Issue
Block a user