diff options
| author | Richard M. Stallman | 1994-06-17 16:00:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-17 16:00:42 +0000 |
| commit | 69f9ba7efea7867feaa026869618773a340a3038 (patch) | |
| tree | 237422004dee0b18d55cf62187cbc371b718ed0a | |
| parent | 343f4114c3611dfc858b856876892d5270780c31 (diff) | |
| download | emacs-69f9ba7efea7867feaa026869618773a340a3038.tar.gz emacs-69f9ba7efea7867feaa026869618773a340a3038.zip | |
Comment change.
| -rw-r--r-- | lisp/thingatpt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 74dc6de5efc..76caac9e3db 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | ;; GNU General Public License for more details. | 19 | ;; GNU General Public License for more details. |
| 20 | 20 | ||
| 21 | ;;; Commentary: =========================================================== | 21 | ;;; Commentary: |
| 22 | ;; | 22 | ;; |
| 23 | ;; This file provides routines for getting the `thing' at the location of | 23 | ;; This file provides routines for getting the `thing' at the location of |
| 24 | ;; point, whatever that `thing' happens to be. The `thing' is defined by | 24 | ;; point, whatever that `thing' happens to be. The `thing' is defined by |