diff options
Diffstat (limited to 'lisp/autoinsert.el')
| -rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 489593aa925..88acbd04792 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -136,7 +136,7 @@ If this contains a %s, that will be replaced by the matching rule." | |||
| 136 | (("\\.[1-9]\\'" . "Man page skeleton") | 136 | (("\\.[1-9]\\'" . "Man page skeleton") |
| 137 | "Short description: " | 137 | "Short description: " |
| 138 | ".\\\" Copyright (C), " (substring (current-time-string) -4) " " | 138 | ".\\\" Copyright (C), " (substring (current-time-string) -4) " " |
| 139 | (getenv "ORGANIZATION") | "Free Software Foundation, Inc." | 139 | (getenv "ORGANIZATION") | (progn user-full-name) |
| 140 | " | 140 | " |
| 141 | .\\\" You may distribute this file under the terms of the GNU Free | 141 | .\\\" You may distribute this file under the terms of the GNU Free |
| 142 | .\\\" Documentation Licence. | 142 | .\\\" Documentation Licence. |