emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org dd25e2704f: org-src--construct-edit-buffer-


From: ELPA Syncer
Subject: [elpa] externals-release/org dd25e2704f: org-src--construct-edit-buffer-name: Fix docstring
Date: Fri, 10 Mar 2023 06:58:37 -0500 (EST)

branch: externals-release/org
commit dd25e2704f4a771e693c8d4a43ef6b7ced4f2062
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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
---
 lisp/org-src.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-src.el b/lisp/org-src.el
index 9e43928111..aadd8eba57 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]