]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/syntax.el
Improve error signalling for seq-subseq.
[gnu-emacs] / lisp / emacs-lisp / syntax.el
index db68148ea5d7f024e39d4445342de183f9ef74d1..05dd7d57503b147aecf931f0c3e2492db4ccf0c5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; syntax.el --- helper functions to find syntactic context  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2000-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2015 Free Software Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: internal
@@ -574,7 +574,7 @@ running the hook."
 
 ;; (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))
 ;;     (syntax-ppss-context (syntax-ppss))))