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:
parent
25345117c2
commit
89a5038d51
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue