diff options
| author | Juanma Barranquero | 2019-12-24 02:37:08 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2019-12-24 02:37:08 +0100 |
| commit | 75d0cef20dbc522e6217a5765f21bfa841aff89b (patch) | |
| tree | 1f3e5b74b05ea2e6789c9a35ea395b0b3ab62518 /src | |
| parent | ee12c421b61218a868712f66b0176c451e20717e (diff) | |
| download | emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.tar.gz emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.zip | |
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')
| -rw-r--r-- | src/syntax.c | 2 |
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) | |||
| 2280 | for nested comments and should be zero or negative else. | 2280 | for nested comments and should be zero or negative else. |
| 2281 | ST_COMMENT_STYLE cannot be nested. | 2281 | ST_COMMENT_STYLE cannot be nested. |
| 2282 | PREV_SYNTAX is the SYNTAX_WITH_FLAGS of the previous character | 2282 | PREV_SYNTAX is the SYNTAX_WITH_FLAGS of the previous character |
| 2283 | (or 0 If the search cannot start in the middle of a two-character). | 2283 | (or 0 if the search cannot start in the middle of a two-character). |
| 2284 | 2284 | ||
| 2285 | If successful, return true and store the charpos of the comment's | 2285 | If successful, return true and store the charpos of the comment's |
| 2286 | end into *CHARPOS_PTR and the corresponding bytepos into | 2286 | end into *CHARPOS_PTR and the corresponding bytepos into |