diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-12-03 12:14:55 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-12-03 12:14:55 +0000 |
commit | 61af05c3b078b13955cb4351fd85ad717c8d08f6 (patch) | |
tree | 88717021b02d8b2147bf0c1da9d1f55e7c1db4d6 /lisp/disp-table.el | |
parent | 7a5ea63f0f882af07954501b0e7b577c6bdb6055 (diff) | |
download | emacs-61af05c3b078b13955cb4351fd85ad717c8d08f6.tar.gz |
(standard-display-european): Add to the warning message a reference to the
doc string.
Diffstat (limited to 'lisp/disp-table.el')
-rw-r--r-- | lisp/disp-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 3259b1d2123..1474a82885c 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -222,7 +222,7 @@ for users who call this function in `.emacs'." (set-terminal-coding-system nil)))) (display-warning 'i18n - "`standard-display-european' is semi-obsolete" + "`standard-display-european' is semi-obsolete; see its doc string for details" :warning) ;; Switch to Latin-1 language environment |