summaryrefslogtreecommitdiff
path: root/lisp/chistory.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/chistory.el')
-rw-r--r--lisp/chistory.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/chistory.el b/lisp/chistory.el
index 21053950c9e..bcdc27a3996 100644
--- a/lisp/chistory.el
+++ b/lisp/chistory.el
@@ -67,7 +67,7 @@ editing and the result is evaluated."
'(command-history-mode
list-command-history
electric-command-history)
- "*A list of symbols to be ignored by `default-command-history-filter'.
+ "A list of symbols to be ignored by `default-command-history-filter'.
If that function is given a list whose car is an element of this list,
then it will return non-nil (indicating the list should be discarded from
the history).
@@ -90,7 +90,7 @@ from the command history."
(memq (car frob) default-command-history-filter-garbage)))
(defcustom list-command-history-max 32
- "*If non-nil, maximum length of the listing produced by `list-command-history'."
+ "If non-nil, maximum length of the listing produced by `list-command-history'."
:type '(choice integer (const nil))
:group 'chistory)