diff options
| author | Filipp Gunbin | 2014-12-31 17:14:33 +0300 |
|---|---|---|
| committer | Filipp Gunbin | 2014-12-31 17:15:36 +0300 |
| commit | f588156cbc7b15d6c5c2da3b1cd0e3d56df937b6 (patch) | |
| tree | 4e9cc9b49b2b8f44328d1d751243d9fd33cad304 /CONTRIBUTE | |
| parent | 25346768fac53687c97c213fb99ff18fa805b073 (diff) | |
| download | emacs-f588156cbc7b15d6c5c2da3b1cd0e3d56df937b6.tar.gz emacs-f588156cbc7b15d6c5c2da3b1cd0e3d56df937b6.zip | |
Use prefix argument in `info-display-manual'
* lisp/info.el (info-display-manual): Limit the completion alternatives
to currently visited manuals if prefix argument is non-nil.
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 0e019d31597..5cf015fe11a 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -180,10 +180,12 @@ by following links from http://savannah.gnu.org/mail/?group=emacs . | |||
| 180 | 180 | ||
| 181 | Any change that matters to end-users should have an entry in etc/NEWS. | 181 | Any change that matters to end-users should have an entry in etc/NEWS. |
| 182 | 182 | ||
| 183 | Think about whether your change requires updating the documentation | 183 | Doc-strings should be updated together with the code. |
| 184 | (both manuals and doc-strings). If you know it does not, mark the NEWS | 184 | |
| 185 | entry with "---". If you know that *all* the necessary documentation | 185 | Think about whether your change requires updating the manuals. If you |
| 186 | updates have been made, mark the entry with "+++". Otherwise do not mark it. | 186 | know it does not, mark the NEWS entry with "---". If you know |
| 187 | that *all* the necessary documentation updates have been made, mark | ||
| 188 | the entry with "+++". Otherwise do not mark it. | ||
| 187 | 189 | ||
| 188 | ** Understanding Emacs Internals. | 190 | ** Understanding Emacs Internals. |
| 189 | 191 | ||