ソースを参照

Fix typo in a docstring

* lisp/org.el (org-unlogged-message): Fix typo in dostring.
Carsten Dominik 11 年 前
コミット
7916e491c5
1 ファイル変更1 行追加1 行削除
  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)))