]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update doc of po-mode key bindings.
authorBruno Haible <bruno@clisp.org>
Sat, 11 Oct 2008 16:33:34 +0000 (16:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:55 +0000 (12:15 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 40f142b64d4e00e547b364c8746fc19cb77dad71..36a6d66ba2e5ef3108e0ef8b7ca5e612c86a99b2 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-10  Noritada Kobayashi  <noritadak@gmail.com>
+
+       * gettext.texi (PO Mode): Update remaining obsolete key bindings used
+       in the version 0.10.x era.
+
 2008-10-04  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (PO Files): Mention the 'range:' flag syntax.
index 5f46761967954c7769d91734a422b1af0c97bd4f..cb3b4a8afd55d17988a3d33dae8fdc172c78dcc6 100644 (file)
@@ -3291,7 +3291,7 @@ Batch validate the format of the whole PO file (@code{po-validate}).
 @efindex po-undo@r{, PO Mode command}
 The command @kbd{_} (@code{po-undo}) interfaces to the Emacs
 @emph{undo} facility.  @xref{Undo, , Undoing Changes, emacs, The Emacs
-Editor}.  Each time @kbd{U} is typed, modifications which the translator
+Editor}.  Each time @kbd{_} is typed, modifications which the translator
 did to the PO file are undone a little more.  For the purpose of
 undoing, each PO mode command is atomic.  This is especially true for
 the @kbd{@key{RET}} command: the whole edition made by using a single
@@ -3685,13 +3685,13 @@ has to be later revisited.  So, some commands are more specifically
 related to fuzzy entry processing.
 
 @table @kbd
-@item z
-@efindex z@r{, PO Mode command}
+@item f
+@efindex f@r{, PO Mode command}
 @c better append "-entry" all the time. -ke-
 Find the next fuzzy entry (@code{po-next-fuzzy-entry}).
 
-@item Z
-@efindex Z@r{, PO Mode command}
+@item F
+@efindex F@r{, PO Mode command}
 Find the previous fuzzy entry (@code{po-previous-fuzzy-entry}).
 
 @item @key{TAB}
@@ -3700,11 +3700,11 @@ Remove the fuzzy attribute of the current entry (@code{po-unfuzzy}).
 
 @end table
 
-@efindex z@r{, PO Mode command}
+@efindex f@r{, PO Mode command}
 @efindex po-next-fuzzy-entry@r{, PO Mode command}
-@efindex Z@r{, PO Mode command}
+@efindex F@r{, PO Mode command}
 @efindex po-previous-fuzzy-entry@r{, PO Mode command}
-The commands @kbd{z} (@code{po-next-fuzzy-entry}) and @kbd{Z}
+The commands @kbd{f} (@code{po-next-fuzzy-entry}) and @kbd{F}
 (@code{po-previous-fuzzy-entry}) move forwards or backwards, chasing for
 a fuzzy entry.  If none is found, the search is extended and wraps
 around in the PO file buffer.