aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorFilipp Gunbin2014-12-31 17:14:33 +0300
committerFilipp Gunbin2014-12-31 17:15:36 +0300
commitf588156cbc7b15d6c5c2da3b1cd0e3d56df937b6 (patch)
tree4e9cc9b49b2b8f44328d1d751243d9fd33cad304 /CONTRIBUTE
parent25346768fac53687c97c213fb99ff18fa805b073 (diff)
downloademacs-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--CONTRIBUTE10
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
181Any change that matters to end-users should have an entry in etc/NEWS. 181Any change that matters to end-users should have an entry in etc/NEWS.
182 182
183Think about whether your change requires updating the documentation 183Doc-strings should be updated together with the code.
184(both manuals and doc-strings). If you know it does not, mark the NEWS 184
185entry with "---". If you know that *all* the necessary documentation 185Think about whether your change requires updating the manuals. If you
186updates have been made, mark the entry with "+++". Otherwise do not mark it. 186know it does not, mark the NEWS entry with "---". If you know
187that *all* the necessary documentation updates have been made, mark
188the entry with "+++". Otherwise do not mark it.
187 189
188** Understanding Emacs Internals. 190** Understanding Emacs Internals.
189 191