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/emacs-lisp | |
parent | f3372c8789c843a00912e7fc9793ded4beb9a35a (diff) | |
download | emacs-e9f66fcb51971f4cc138979b7f65eac588ee133d.tar.gz emacs-e9f66fcb51971f4cc138979b7f65eac588ee133d.tar.bz2 emacs-e9f66fcb51971f4cc138979b7f65eac588ee133d.zip |
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/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 95716ae2e29..cd26660f4f5 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -263,7 +263,7 @@ Remove from SYMBOL's plist the property PROPNAME and its value. ;;;;;; cl-do* cl-do cl-loop cl-return-from cl-return cl-block cl-etypecase ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp -;;;;;; cl-gensym) "cl-macs" "cl-macs.el" "4c0f605e3c7454488cc9d498b611f422") +;;;;;; cl-gensym) "cl-macs" "cl-macs.el" "ce1ef5c6c925f03cb425d9a46cfa6d5f") ;;; Generated autoloads from cl-macs.el (autoload 'cl-gensym "cl-macs" "\ |