diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-06-08 11:44:45 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-06-08 11:44:45 +0300 |
commit | e9f66fcb51971f4cc138979b7f65eac588ee133d (patch) | |
tree | 474a6e3b81dc04acbb1b56de300646704599aded /lisp/descr-text.el | |
parent | f3372c8789c843a00912e7fc9793ded4beb9a35a (diff) | |
download | emacs-e9f66fcb51971f4cc138979b7f65eac588ee133d.tar.gz |
Mention in "C-u C-x =" display how to insert the character w/o input methods.
lisp/descr-text.el (describe-char): Mention how to insert the
character, if the current input method doesn't support it.
See the discussion in this thread for the details:
http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 50b32fc8f2e..bcb95a54ad6 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -597,7 +597,10 @@ relevant to POS." `(insert-text-button ,current-input-method 'type 'help-input-method - 'help-args '(,current-input-method))))))) + 'help-args '(,current-input-method)) + "input method") + (list + "type \"C-x 8 RET HEX-CODEPOINT\" or \"C-x 8 RET NAME\""))))) ("buffer code" ,(if multibyte-p (encoded-string-description |