summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorFilipp Gunbin <fgunbin@fastmail.fm>2014-12-31 17:14:33 +0300
committerFilipp Gunbin <fgunbin@fastmail.fm>2014-12-31 17:15:36 +0300
commitf588156cbc7b15d6c5c2da3b1cd0e3d56df937b6 (patch)
tree4e9cc9b49b2b8f44328d1d751243d9fd33cad304 /CONTRIBUTE
parent25346768fac53687c97c213fb99ff18fa805b073 (diff)
downloademacs-f588156cbc7b15d6c5c2da3b1cd0e3d56df937b6.tar.gz
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 .
Any change that matters to end-users should have an entry in etc/NEWS.
-Think about whether your change requires updating the documentation
-(both manuals and doc-strings). If you know it does not, mark the NEWS
-entry with "---". If you know that *all* the necessary documentation
-updates have been made, mark the entry with "+++". Otherwise do not mark it.
+Doc-strings should be updated together with the code.
+
+Think about whether your change requires updating the manuals. If you
+know it does not, mark the NEWS entry with "---". If you know
+that *all* the necessary documentation updates have been made, mark
+the entry with "+++". Otherwise do not mark it.
** Understanding Emacs Internals.