From dd07a0dc970b6dbbb801d64232404211dbd00e56 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Aug 2001 16:34:58 +0000 Subject: [PATCH] Fix layout problem in help string. --- misc/ChangeLog | 5 +++++ misc/po-mode.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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'." -- 2.47.3