1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

(buffer-syntactic-context): Don't quote nil and t in docstrings.

This commit is contained in:
Juanma Barranquero 2003-05-06 17:48:39 +00:00
parent 25345117c2
commit 89a5038d51

View file

@ -130,7 +130,7 @@ This function exists for compatibility with XEmacs."
(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))))