summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2019-12-24 02:37:08 +0100
committerJuanma Barranquero <lekktu@gmail.com>2019-12-24 02:37:08 +0100
commit75d0cef20dbc522e6217a5765f21bfa841aff89b (patch)
tree1f3e5b74b05ea2e6789c9a35ea395b0b3ab62518 /src/syntax.c
parentee12c421b61218a868712f66b0176c451e20717e (diff)
downloademacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.tar.gz
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.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
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