diff options
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 972747c1126..e3950dd82ec 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -210,7 +210,7 @@ type (nth 2 this)) (if (not (boundp symbol)) ;; If variables are removed from C code, give an error here! - (message "Built-in variable `%S' not bound" symbol) + (message "Note, built-in variable `%S' not bound" symbol) ;; Save the standard value, unless we already did. (or (get symbol 'standard-value) (put symbol 'standard-value |