Mercurial > emacs
changeset 50866:c8ca209edecc
(buffer-syntactic-context): Don't quote nil and t in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 May 2003 17:48:39 +0000 |
parents | c29829b8ca9c |
children | 720bc3a67aa8 |
files | lisp/emacs-lisp/lucid.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))