From 89a5038d51565b0021fe9763d18602c0d9b3d6c3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:48:39 +0000 Subject: [PATCH] (buffer-syntactic-context): Don't quote nil and t in docstrings. --- lisp/emacs-lisp/lucid.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index ac27faba032..d039fcea9ca 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el @@ -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)))) -- 2.39.2