diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/emacs.bash | 2 | ||||
| -rw-r--r-- | etc/emacs.csh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/emacs.bash b/etc/emacs.bash index 831fb7e1d76..7f0dcb8e7fb 100644 --- a/etc/emacs.bash +++ b/etc/emacs.bash | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | 22 | ||
| 23 | ### Commentary: | 23 | ### Commentary: |
| 24 | 24 | ||
| 25 | ## This file is obsolete. Use emacsclient -a instead. | ||
| 26 | |||
| 25 | ## This defines a bash command named `edit' which contacts/resumes an | 27 | ## This defines a bash command named `edit' which contacts/resumes an |
| 26 | ## existing emacs or starts a new one if none exists. | 28 | ## existing emacs or starts a new one if none exists. |
| 27 | 29 | ||
diff --git a/etc/emacs.csh b/etc/emacs.csh index 880aad08f01..ef860727284 100644 --- a/etc/emacs.csh +++ b/etc/emacs.csh | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | ### Commentary: | 7 | ### Commentary: |
| 8 | 8 | ||
| 9 | ## This file is obsolete. Use emacsclient -a instead. | ||
| 10 | |||
| 9 | ## This defines a csh command named `edit' which resumes an | 11 | ## This defines a csh command named `edit' which resumes an |
| 10 | ## existing Emacs or starts a new one if none exists. | 12 | ## existing Emacs or starts a new one if none exists. |
| 11 | ## One way or another, any arguments are passed to Emacs to specify files | 13 | ## One way or another, any arguments are passed to Emacs to specify files |