diff options
author | Julien Danjou <julien@danjou.info> | 2010-10-19 15:20:33 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-10-19 15:20:33 -0400 |
commit | 3f12b18cb57c5cb2a11706ba87fdbb20aa0d6301 (patch) | |
tree | f41390a3deeff4e6bd5d5ddebe665f8bd40a4be2 /etc | |
parent | b8a47412d30e73a12c1919d0109f9272096e9ce6 (diff) | |
download | emacs-3f12b18cb57c5cb2a11706ba87fdbb20aa0d6301.tar.gz |
Remove mode-line end dashes on graphical terminals.
* tutorials/TUTORIAL: Don't mention mode-line end dashes.
* bindings.el: Remove end dashes in default mode-line-format.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/tutorials/TUTORIAL | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3e5a6e79894..f1b17fe320d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-19 Julien Danjou <julien@danjou.info> + + * tutorials/TUTORIAL: Don't mention mode-line end dashes. + 2010-10-16 Chong Yidong <cyd@stupidchicken.com> * themes: New directory for custom theme files, moved from lisp/. diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index 1d80f4e1191..f566df9735d 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL @@ -498,12 +498,12 @@ you save, Emacs leaves the original file under a changed name in case you later decide that your changes were a mistake. If you look near the bottom of the screen you will see a line that -begins and ends with dashes, and starts with "--:--- TUTORIAL" or -something like that. This part of the screen normally shows the name -of the file that you are visiting. Right now, you are visiting a file -called "TUTORIAL" which is your personal scratch copy of the Emacs -tutorial. When you find a file with Emacs, that file's name will -appear in that precise spot. +begins with dashes, and starts with "--:--- TUTORIAL" or something +like that. This part of the screen normally shows the name of the +file that you are visiting. Right now, you are visiting a file called +"TUTORIAL" which is your personal scratch copy of the Emacs tutorial. +When you find a file with Emacs, that file's name will appear in that +precise spot. One special thing about the command for finding a file is that you have to say what file name you want. We say the command "reads an |