aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/log-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/log-edit.el b/lisp/log-edit.el
index 09116e0584f..0d84ecd0504 100644
--- a/lisp/log-edit.el
+++ b/lisp/log-edit.el
@@ -154,12 +154,12 @@ different paragraphs are unrelated.
154You could argue that the log entry for a file should contain the 154You could argue that the log entry for a file should contain the
155full ChangeLog paragraph mentioning the change to the file, even though 155full ChangeLog paragraph mentioning the change to the file, even though
156it may mention other files, because that gives you the full context you 156it may mention other files, because that gives you the full context you
157need to understand the change. This is the behaviour you get when this 157need to understand the change. This is the behavior you get when this
158variable is set to t. 158variable is set to t.
159 159
160On the other hand, you could argue that the log entry for a change 160On the other hand, you could argue that the log entry for a change
161should contain only the text for the changes which occurred in that 161should contain only the text for the changes which occurred in that
162file, because the log is per-file. This is the behaviour you get 162file, because the log is per-file. This is the behavior you get
163when this variable is set to nil.") 163when this variable is set to nil.")
164 164
165;;;; Internal global or buffer-local vars 165;;;; Internal global or buffer-local vars