]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix layout problem in help string.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Aug 2001 16:34:58 +0000 (16:34 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Aug 2001 16:34:58 +0000 (16:34 +0000)
misc/ChangeLog
misc/po-mode.el

index c400af0bc08f667396b6ac99bc11b665fb188c85..2252a3c5b66e332774a49f4770f3fbce33ab9c31 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-20  Karl Eichwalder  <ke@suse.de>
+
+       * po-mode.el (po-mode): Add newlines to fix layout problem calling
+       'C-h m'.
+
 2001-08-18  Karl Eichwalder  <ke@suse.de>
 
        * po-mode.el (po-ensure-source-references): Use 'string-to-number'
index 9d970a3b9001bb18e9c5ef2c05f516075feb04f0..c5be414ca191262a9084aedcdeb6daf261a2fa48 100644 (file)
@@ -874,7 +874,9 @@ Called through file-coding-system-alist, before the file is visited for real."
 
 (defun po-mode ()
   "Major mode for translators when they edit PO files.
-Special commands:\\{po-mode-map}
+
+Special commands:
+\\{po-mode-map}
 Turning on PO mode calls the value of the variable `po-mode-hook',
 if that value is non-nil.  Behaviour may be adjusted through some variables,
 all reachable through `M-x customize', in group `Emacs.Editing.I18n.Po'."