aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2010-07-03 01:28:52 +0300
committerJuri Linkov2010-07-03 01:28:52 +0300
commitc91e692bdff3f5c7e68a538f02b293d1487188b4 (patch)
tree866a987a1ac156850cfe487f1c57eb9962ecf826 /lisp/ChangeLog
parentc532d349630038c45897e88004a8142a82e9dc85 (diff)
downloademacs-c91e692bdff3f5c7e68a538f02b293d1487188b4.tar.gz
emacs-c91e692bdff3f5c7e68a538f02b293d1487188b4.zip
* lisp/faces.el (read-face-name): Rename arg `string-describing-default'
to `default'. Doc fix. Display the default value in quotes in the prompt. With empty input, return the `default' arg, unless the default value is a string (in which case return nil). (describe-face): Replace the string `default' arg of `read-face-name' with the symbol `default'. http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg01109.html
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 90d1260b998..de4671ec509 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12010-07-02 Juri Linkov <juri@jurta.org>
2
3 * faces.el (read-face-name): Rename arg `string-describing-default'
4 to `default'. Doc fix. Display the default value in quotes
5 in the prompt. With empty input, return the `default' arg,
6 unless the default value is a string (in which case return nil).
7 (describe-face): Replace the string `default' arg of `read-face-name'
8 with the symbol `default'.
9
12010-07-02 Chong Yidong <cyd@stupidchicken.com> 102010-07-02 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * emulation/viper-cmd.el (viper-delete-backward-char) 12 * emulation/viper-cmd.el (viper-delete-backward-char)