emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116106: * lisp/international/quail.el (quail-define


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116106: * lisp/international/quail.el (quail-define-package): Doc fix.
Date: Wed, 22 Jan 2014 07:56:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116106
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-21 23:55:53 -0800
message:
  * lisp/international/quail.el (quail-define-package): Doc fix.
  
  * etc/NEWS: Related edit.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/international/quail.el    quail.el-20091113204419-o5vbwnq5f7feedwu-1047
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-20 20:07:57 +0000
+++ b/etc/NEWS  2014-01-22 07:55:53 +0000
@@ -166,7 +166,8 @@
 `describe-class', `describe-constructor' and `describe-generic' were
 removed.
 
-*** The command `quail-help' has been removed.
+---
+*** The function `quail-help' is no longer an interactive command.
 Use `C-h C-\' (`describe-input-method') instead.
 
 ** ImageMagick

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-22 07:35:50 +0000
+++ b/lisp/ChangeLog    2014-01-22 07:55:53 +0000
@@ -1,5 +1,7 @@
 2014-01-22  Glenn Morris  <address@hidden>
 
+       * international/quail.el (quail-define-package): Doc fix.
+
        * emacs-lisp/authors.el (authors-valid-file-names):
        (authors-renamed-files-alist): Additions.
 

=== modified file 'lisp/international/quail.el'
--- a/lisp/international/quail.el       2014-01-01 07:43:34 +0000
+++ b/lisp/international/quail.el       2014-01-22 07:55:53 +0000
@@ -445,10 +445,11 @@
 documentation of `quail-keyboard-layout' and
 `quail-keyboard-layout-standard' for more detail.
 
-SHOW-LAYOUT non-nil means the `quail-help' command should show
-the user's keyboard layout visually with translated characters.
-If KBD-TRANSLATE is set, it is desirable to set also this flag unless
-this package defines no translations for single character keys.
+SHOW-LAYOUT non-nil means the function `quail-help' (as used by
+the command `describe-input-method') should show the user's keyboard
+layout visually with translated characters.  If KBD-TRANSLATE is
+set, it is desirable to also set this flag, unless this package
+defines no translations for single character keys.
 
 CREATE-DECODE-MAP non-nil means decode map is also created.  A decode
 map is an alist of translations and corresponding original keys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]