diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/info-look.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04bea69a5cc..fc31411f3ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * info-look.el (info-lookup-symbol): Document MODE (bug#15498). | ||
| 4 | |||
| 3 | * isearch.el (isearch-cmds): Doc clarification (bug#15547). | 5 | * isearch.el (isearch-cmds): Doc clarification (bug#15547). |
| 4 | 6 | ||
| 5 | * replace.el (replace-match-maybe-edit): Doc clarification | 7 | * replace.el (replace-match-maybe-edit): Doc clarification |
diff --git a/lisp/info-look.el b/lisp/info-look.el index b800fc885f7..5bbaa37d0d3 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el | |||
| @@ -260,7 +260,7 @@ minibuffer. In the minibuffer, use M-n to yank the default argument | |||
| 260 | value into the minibuffer so you can edit it. The default symbol is the | 260 | value into the minibuffer so you can edit it. The default symbol is the |
| 261 | one found at point. | 261 | one found at point. |
| 262 | 262 | ||
| 263 | With prefix arg a query for the symbol help mode is offered." | 263 | With prefix arg MODE a query for the symbol help mode is offered." |
| 264 | (interactive | 264 | (interactive |
| 265 | (info-lookup-interactive-arguments 'symbol current-prefix-arg)) | 265 | (info-lookup-interactive-arguments 'symbol current-prefix-arg)) |
| 266 | (info-lookup 'symbol symbol mode)) | 266 | (info-lookup 'symbol symbol mode)) |
| @@ -274,7 +274,7 @@ In the minibuffer, use M-n to yank the default file name | |||
| 274 | into the minibuffer so you can edit it. | 274 | into the minibuffer so you can edit it. |
| 275 | The default file name is the one found at point. | 275 | The default file name is the one found at point. |
| 276 | 276 | ||
| 277 | With prefix arg a query for the file help mode is offered." | 277 | With prefix arg MODE a query for the file help mode is offered." |
| 278 | (interactive | 278 | (interactive |
| 279 | (info-lookup-interactive-arguments 'file current-prefix-arg)) | 279 | (info-lookup-interactive-arguments 'file current-prefix-arg)) |
| 280 | (info-lookup 'file file mode)) | 280 | (info-lookup 'file file mode)) |