From 75d0cef20dbc522e6217a5765f21bfa841aff89b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 24 Dec 2019 02:37:08 +0100 Subject: Trivial docstring fixes * ChangeLog.3: * lisp/emacs-lisp/cl-macs.el (cl-flet): * lisp/filesets.el (filesets-menu-ensure-use-cached): * lisp/progmodes/compile.el (compilation-context-lines): * lisp/progmodes/prolog.el (prolog-paren-indent): * lisp/progmodes/sql.el (sql-password-search-wallet-function): Fix typos in docstrings. * lisp/cedet/semantic/analyze.el (semantic-analyze-push-error): Doc fix. * lisp/emacs-lisp/map.el (map-put, map-info): Refill docstring. (map-contains-key): Fix typo. (map-every-p): Doc fix. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index edfdae22590..0f539da328a 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -2280,7 +2280,7 @@ in_classes (int c, Lisp_Object iso_classes) for nested comments and should be zero or negative else. ST_COMMENT_STYLE cannot be nested. PREV_SYNTAX is the SYNTAX_WITH_FLAGS of the previous character - (or 0 If the search cannot start in the middle of a two-character). + (or 0 if the search cannot start in the middle of a two-character). If successful, return true and store the charpos of the comment's end into *CHARPOS_PTR and the corresponding bytepos into -- cgit v1.2.1