Mercurial > emacs
comparison lisp/ChangeLog @ 109109:d5e4b1b34988
* 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
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 03 Jul 2010 01:28:52 +0300 |
parents | 5e3accd3ae49 |
children | 25749a68f5ae |
comparison
equal
deleted
inserted
replaced
109108:5842e8fabe06 | 109109:d5e4b1b34988 |
---|---|
1 2010-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 | |
1 2010-07-02 Chong Yidong <cyd@stupidchicken.com> | 10 2010-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) |
4 (viper-del-backward-char-in-insert) | 13 (viper-del-backward-char-in-insert) |
5 (viper-del-backward-char-in-replace, viper-change) | 14 (viper-del-backward-char-in-replace, viper-change) |