summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-08-20 16:34:58 +0000
committerBruno Haible <bruno@clisp.org>2001-08-20 16:34:58 +0000
commitdd07a0dc970b6dbbb801d64232404211dbd00e56 (patch)
tree36b99622e531d81629a6a4d06e074b7626ede8d4 /misc
parent73d3efb2785f08abfcdb0dc5eaafd4cf3331a0a6 (diff)
downloadexternal_gettext-dd07a0dc970b6dbbb801d64232404211dbd00e56.zip
external_gettext-dd07a0dc970b6dbbb801d64232404211dbd00e56.tar.gz
external_gettext-dd07a0dc970b6dbbb801d64232404211dbd00e56.tar.bz2
Fix layout problem in help string.
Diffstat (limited to 'misc')
-rw-r--r--misc/ChangeLog5
-rw-r--r--misc/po-mode.el4
2 files changed, 8 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index c400af0..2252a3c 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -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'
diff --git a/misc/po-mode.el b/misc/po-mode.el
index 9d970a3..c5be414 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'."