]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-macs.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / org / org-macs.el
index db09909f40450006c2500ae6280ee87ebc90d624..ea8e7b532aabd2608ae5188502bb59457a35c10f 100644 (file)
@@ -55,7 +55,7 @@
      ,@body))
 
 (defmacro org-called-interactively-p (&optional kind)
-  (declare (debug (&optional ("quote" symbolp)))) ;Why not just `t'?
+  (declare (debug (&optional ("quote" symbolp)))) ;Why not just t?
   (if (featurep 'xemacs)
       `(interactive-p)
     (if (or (> emacs-major-version 23)