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 /lisp/cedet | |
| 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 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/semantic/analyze.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index d3cbe610a79..926d7f24b43 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el | |||
| @@ -80,8 +80,7 @@ | |||
| 80 | "Collection of any errors thrown during analysis.") | 80 | "Collection of any errors thrown during analysis.") |
| 81 | 81 | ||
| 82 | (defun semantic-analyze-push-error (err) | 82 | (defun semantic-analyze-push-error (err) |
| 83 | "Push the error in ERR-DATA onto the error stack. | 83 | "Push the error data in ERR onto the error stack." |
| 84 | Argument ERR." | ||
| 85 | (push err semantic-analyze-error-stack)) | 84 | (push err semantic-analyze-error-stack)) |
| 86 | 85 | ||
| 87 | ;;; Analysis Classes | 86 | ;;; Analysis Classes |