]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/syntax.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / emacs-lisp / syntax.el
index 81ef7a6fbf377f0467f215ae08631b58955e0e2e..05dd7d57503b147aecf931f0c3e2492db4ccf0c5 100644 (file)
@@ -574,7 +574,7 @@ running the hook."
 
 ;; (defun buffer-syntactic-context (&optional buffer)
 ;;   "Syntactic context at point in BUFFER.
-;; Either of `string', `comment' or `nil'.
+;; Either of `string', `comment' or nil.
 ;; This is an XEmacs compatibility function."
 ;;   (with-current-buffer (or buffer (current-buffer))
 ;;     (syntax-ppss-context (syntax-ppss))))