Browse Source

Fix typo in a docstring

* lisp/org.el (org-unlogged-message): Fix typo in dostring.
Carsten Dominik 12 năm trước cách đây
mục cha
commit
7916e491c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -6511,7 +6511,7 @@ and subscripts."
 (defvar org-inlinetask-min-level)
 
 (defun org-unlogged-message (&rest args)
-  "Display a message, but avoid loggin it in the *Messages* buffer."
+  "Display a message, but avoid logging it in the *Messages* buffer."
   (let ((message-log-max nil))
     (apply 'message args)))