aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorNoam Postavsky2017-05-10 23:27:37 -0400
committerNoam Postavsky2017-05-31 22:54:37 -0400
commit28445aee59d54a8560aa4f33fa50f225b54317dc (patch)
treece825d3cca8bb8a27274ef8860a284e3984643ab /CONTRIBUTE
parentafcbec61147fe84504de0d329ce40031fa79075b (diff)
downloademacs-28445aee59d54a8560aa4f33fa50f225b54317dc.tar.gz
emacs-28445aee59d54a8560aa4f33fa50f225b54317dc.zip
; CONTRIBUTE: Better example for multi-entry example ChangeLog
The new example has entries spanning multiple functions in a single file as well as multiple files.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE9
1 files changed, 6 insertions, 3 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 5fd197305b9..3ed587c6918 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -131,9 +131,12 @@ them right the first time, so here are guidelines for formatting them:
131 131
132- Preferred form for several entries with the same content: 132- Preferred form for several entries with the same content:
133 133
134 * lisp/help.el (view-lossage): 134 * lisp/menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
135 * lisp/kmacro.el (kmacro-edit-lossage): 135 (clipboard-kill-region):
136 * lisp/edmacro.el (edit-kbd-macro): Fix docstring, lossage is now 300. 136 * lisp/eshell/esh-io.el (eshell-virtual-targets)
137 (eshell-clipboard-append):
138 Replace option gui-select-enable-clipboard with
139 select-enable-clipboard; renamed October 2014. (Bug#25145)
137 140
138 (Rather than anything involving "ditto" and suchlike.) 141 (Rather than anything involving "ditto" and suchlike.)
139 142