Francis Wright <F.J.Wright at qmul.ac.uk>
(data, files): Doc fixes for custom groups. (Bug#3327)
This commit is contained in:
parent
5d1e70a2c4
commit
5af27ac205
2 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
|
||||
|
||||
* cus-edit.el (data, files):
|
||||
* ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
|
||||
|
||||
2009-11-14 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* simple.el (shell-command): Doc fix (Bug#4891).
|
||||
|
|
@ -20,8 +25,7 @@
|
|||
(completion-no-auto-exit): Doc fix.
|
||||
|
||||
* custom.el (defgroup):
|
||||
* epg-config.el (epg):
|
||||
* ps-print.el (postscript): Doc fixes.
|
||||
* epg-config.el (epg): Doc fixes.
|
||||
|
||||
2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
|
|
|
|||
|
|
@ -307,11 +307,11 @@
|
|||
:group 'environment)
|
||||
|
||||
(defgroup data nil
|
||||
"Support editing files of data."
|
||||
"Support for editing files of data."
|
||||
:group 'emacs)
|
||||
|
||||
(defgroup files nil
|
||||
"Support editing files."
|
||||
"Support for editing files."
|
||||
:group 'emacs)
|
||||
|
||||
(defgroup wp nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue