From: Bruno Haible Date: Mon, 20 Aug 2001 16:34:58 +0000 (+0000) Subject: Fix layout problem in help string. X-Git-Tag: v0.11~537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd07a0dc970b6dbbb801d64232404211dbd00e56;p=thirdparty%2Fgettext.git Fix layout problem in help string. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index c400af0bc..2252a3c5b 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-20 Karl Eichwalder + + * po-mode.el (po-mode): Add newlines to fix layout problem calling + 'C-h m'. + 2001-08-18 Karl Eichwalder * po-mode.el (po-ensure-source-references): Use 'string-to-number' diff --git a/misc/po-mode.el b/misc/po-mode.el index 9d970a3b9..c5be414ca 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -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'."