aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/faces.el2
-rw-r--r--lisp/info.el2
-rw-r--r--lisp/longlines.el4
5 files changed, 14 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c1fa3a656..52f51c918a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-07 Juri Linkov <[email protected]>
+
+ * faces.el (list-faces-display): Remove extra angle bracket
+ from `help-mode-map'.
+
+ * info.el (Info-history-toc-nodes): Doc fix.
+
+ * longlines.el (longlines-mode): Doc fix.
+
2011-08-05 Stefan Monnier <[email protected]>
* progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
@@ -346,9 +355,6 @@
(string-rectangle): Go to the point after the last operation
(bug#7522).
- * simple.el (current-kill): Clarify what
- `interprogram-paste-function' does (bug#7500).
-
* printing.el (pr-toggle-region): Clarify the documentation
slightly (bug#7493).
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 190be56dd0..2acf847cdd 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -3573,7 +3573,7 @@
* locate.el (locate-default-make-command-line): Don't consider
drive letter and root directory part of
`directory-listing-before-filename-regexp'. (Bug#7308)
- (locate-post-command-hook, locate-post-command-hook): New defcustoms.
+ (locate-post-command-hook, locate-mode-hook): New defcustoms.
2010-11-27 Stefan Monnier <[email protected]>
diff --git a/lisp/faces.el b/lisp/faces.el
index 302f8af35a..9a78ab69ca 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1255,7 +1255,7 @@ arg, prompt for a regular expression."
(insert
(substitute-command-keys
(concat
- "\\<help-mode-map>>Use "
+ "\\<help-mode-map>Use "
(if (display-mouse-p) "\\[help-follow-mouse] or ")
"\\[help-follow] on a face name to customize it\n"
"or on its sample text for a description of the face.\n\n")))
diff --git a/lisp/info.el b/lisp/info.el
index 447c86b3e9..191e75f975 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2128,7 +2128,7 @@ If SAME-FILE is non-nil, do not move to a different Info file."
))
(defun Info-history-toc-nodes (filename)
- "History-specific implementation of `Info-history-toc-nodes'."
+ "History-specific implementation of `Info-toc-nodes'."
`(,filename
("Top" nil nil nil)))
diff --git a/lisp/longlines.el b/lisp/longlines.el
index e81a235a17..f625d8fcac 100644
--- a/lisp/longlines.el
+++ b/lisp/longlines.el
@@ -100,8 +100,8 @@ In Long Lines mode, long lines are wrapped if they extend beyond
`fill-column'. The soft newlines used for line wrapping will not
show up when the text is yanked or saved to disk.
-With no argument, this command toggles Flyspell mode.
-With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive,
+With no argument, this command toggles Long Lines mode.
+With a prefix argument ARG, turn Long Lines minor mode on if ARG is positive,
otherwise turn it off.
If the variable `longlines-auto-wrap' is non-nil, lines are automatically