summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-06-20 19:29:15 +0000
committerKarl Heuer <kwzh@gnu.org>1999-06-20 19:29:15 +0000
commit001c7f79ca66f42e7dc27a56022a2662dd361d80 (patch)
tree2335de3a7e69be1ab1075cc750075fbc2b3386fd /lisp
parenta8416253d3361d5aed54ea36b8f89415f6242a87 (diff)
downloademacs-001c7f79ca66f42e7dc27a56022a2662dd361d80.tar.gz
(custom-handle-keyword): Fix error message.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 869681227ba..5e5c5a644b1 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -353,7 +353,7 @@ Fourth argument TYPE is the custom option type."
((eq keyword :tag)
(put symbol 'custom-tag value))
(t
- (error "Unknown keyword %s" symbol))))
+ (error "Unknown keyword %s" keyword))))
(defun custom-add-option (symbol option)
"To the variable SYMBOL add OPTION.