# HG changeset patch # User Juanma Barranquero # Date 1052243319 0 # Node ID c8ca209edecc6b8f5e8dd3fdf4e5278cf70ee02f # Parent c29829b8ca9c13457c53df7e0aaf6cd44531918f (buffer-syntactic-context): Don't quote nil and t in docstrings. diff -r c29829b8ca9c -r c8ca209edecc lisp/emacs-lisp/lucid.el --- a/lisp/emacs-lisp/lucid.el Tue May 06 17:48:06 2003 +0000 +++ b/lisp/emacs-lisp/lucid.el Tue May 06 17:48:39 2003 +0000 @@ -130,7 +130,7 @@ (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)) (let ((state (syntax-ppss (point))))