diff options
| -rw-r--r-- | lisp/log-edit.el | 4 |
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. | |||
| 154 | You could argue that the log entry for a file should contain the | 154 | You could argue that the log entry for a file should contain the |
| 155 | full ChangeLog paragraph mentioning the change to the file, even though | 155 | full ChangeLog paragraph mentioning the change to the file, even though |
| 156 | it may mention other files, because that gives you the full context you | 156 | it may mention other files, because that gives you the full context you |
| 157 | need to understand the change. This is the behaviour you get when this | 157 | need to understand the change. This is the behavior you get when this |
| 158 | variable is set to t. | 158 | variable is set to t. |
| 159 | 159 | ||
| 160 | On the other hand, you could argue that the log entry for a change | 160 | On the other hand, you could argue that the log entry for a change |
| 161 | should contain only the text for the changes which occurred in that | 161 | should contain only the text for the changes which occurred in that |
| 162 | file, because the log is per-file. This is the behaviour you get | 162 | file, because the log is per-file. This is the behavior you get |
| 163 | when this variable is set to nil.") | 163 | when this variable is set to nil.") |
| 164 | 164 | ||
| 165 | ;;;; Internal global or buffer-local vars | 165 | ;;;; Internal global or buffer-local vars |