diff options
| author | Stefan Monnier | 2006-07-16 04:28:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-07-16 04:28:10 +0000 |
| commit | ba83982b7f01f0265a1e2a3825cf0f4efd89854a (patch) | |
| tree | 24f30093b7d4eec6df9a1505285478b350bac554 /lisp | |
| parent | f0b99db0a535c0c85f9e92ef9660226f5bf9ff9d (diff) | |
| download | emacs-ba83982b7f01f0265a1e2a3825cf0f4efd89854a.tar.gz emacs-ba83982b7f01f0265a1e2a3825cf0f4efd89854a.zip | |
Remove spurious * in docstrings.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 21 | ||||
| -rw-r--r-- | lisp/files.el | 70 |
2 files changed, 47 insertions, 44 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53c6b391dd9..60492042b60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,17 @@ | |||
| 1 | 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * files.el: Remove spurious * in docstrings. | ||
| 4 | |||
| 1 | 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> | 5 | 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 6 | ||
| 3 | * allout.el (allout-run-unit-tests-on-load): Rectified docstring | 7 | * allout.el (allout-run-unit-tests-on-load): Rectify docstring |
| 4 | grammar. | 8 | grammar. |
| 5 | (allout-beginning-of-current-line): Beware beginning of buffer. | 9 | (allout-beginning-of-current-line): Beware beginning of buffer. |
| 6 | Also, a comment is simplified. | 10 | Also, a comment is simplified. |
| 7 | (allout-hotspot-key-handler): Only set allout-post-goto-bullet | 11 | (allout-hotspot-key-handler): Only set allout-post-goto-bullet |
| 8 | when appropriate. (This fix enables use for other than | 12 | when appropriate. (This fix enables use for other than |
| 9 | bullet-hotspot operation.) | 13 | bullet-hotspot operation.) |
| 10 | (allout-hide-current-subtree): While escalating to sibling-close, | 14 | (allout-hide-current-subtree): While escalating to sibling-close, |
| 11 | make sure to situate on a topic. | 15 | make sure to situate on a topic. |
| 12 | 16 | ||
| 13 | 2006-07-14 Kim F. Storm <storm@cua.dk> | 17 | 2006-07-14 Kim F. Storm <storm@cua.dk> |
| @@ -25,7 +29,7 @@ | |||
| 25 | 29 | ||
| 26 | * allout.el: Require 'cl during byte-compilation/interactive load, | 30 | * allout.el: Require 'cl during byte-compilation/interactive load, |
| 27 | for the `assert' macro. | 31 | for the `assert' macro. |
| 28 | (allout-mode-deactivate-hook): New hook, is run when allout mode | 32 | (allout-mode-deactivate-hook): New hook, run when allout mode |
| 29 | deactivates. | 33 | deactivates. |
| 30 | (allout-developer): New allout customization subgroup. | 34 | (allout-developer): New allout customization subgroup. |
| 31 | (allout-run-unit-tests-on-load): New allout-developer | 35 | (allout-run-unit-tests-on-load): New allout-developer |
| @@ -33,7 +37,7 @@ | |||
| 33 | end of file load/eval. | 37 | end of file load/eval. |
| 34 | (allout-inhibit-auto-fill): Disable auto-fill activity even during | 38 | (allout-inhibit-auto-fill): Disable auto-fill activity even during |
| 35 | auto-fill-mode. | 39 | auto-fill-mode. |
| 36 | (allout-resumptions): Removed, to be replaced by... | 40 | (allout-resumptions): Remove, to be replaced by... |
| 37 | (allout-add-resumptions): Register variable settings to be | 41 | (allout-add-resumptions): Register variable settings to be |
| 38 | reinstated by `allout-do-resumptions'. The settings are made | 42 | reinstated by `allout-do-resumptions'. The settings are made |
| 39 | buffer-local, but the locality/globality of the suspended setting | 43 | buffer-local, but the locality/globality of the suspended setting |
| @@ -54,9 +58,8 @@ | |||
| 54 | auto-fill-function so it is set only if already active. (The | 58 | auto-fill-function so it is set only if already active. (The |
| 55 | related fill-function settings are all made in either case, so | 59 | related fill-function settings are all made in either case, so |
| 56 | that activating auto-fill-mode activity will have the custom | 60 | that activating auto-fill-mode activity will have the custom |
| 57 | allout-mode behaviors (hanging indent on topics, if configured for | 61 | allout-mode behaviors (hanging indent on topics, if configured for it). |
| 58 | it). Also, remove all allout-exposure-category overlays on mode | 62 | Remove all allout-exposure-category overlays on mode deactivation. |
| 59 | deactivation. | ||
| 60 | (allout-hotspot-key-handler): New function extracted from | 63 | (allout-hotspot-key-handler): New function extracted from |
| 61 | `allout-pre-command-business', so the functionality can be used | 64 | `allout-pre-command-business', so the functionality can be used |
| 62 | for other purposes, eg as a binding in an overlay. | 65 | for other purposes, eg as a binding in an overlay. |
diff --git a/lisp/files.el b/lisp/files.el index af8e3d0e889..fdc4464da86 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | (defcustom delete-auto-save-files t | 46 | (defcustom delete-auto-save-files t |
| 47 | "*Non-nil means delete auto-save file when a buffer is saved or killed. | 47 | "Non-nil means delete auto-save file when a buffer is saved or killed. |
| 48 | 48 | ||
| 49 | Note that the auto-save file will not be deleted if the buffer is killed | 49 | Note that the auto-save file will not be deleted if the buffer is killed |
| 50 | when it has unsaved changes." | 50 | when it has unsaved changes." |
| @@ -53,7 +53,7 @@ when it has unsaved changes." | |||
| 53 | 53 | ||
| 54 | (defcustom directory-abbrev-alist | 54 | (defcustom directory-abbrev-alist |
| 55 | nil | 55 | nil |
| 56 | "*Alist of abbreviations for file directories. | 56 | "Alist of abbreviations for file directories. |
| 57 | A list of elements of the form (FROM . TO), each meaning to replace | 57 | A list of elements of the form (FROM . TO), each meaning to replace |
| 58 | FROM with TO when it appears in a directory name. This replacement is | 58 | FROM with TO when it appears in a directory name. This replacement is |
| 59 | done when setting up the default directory of a newly visited file. | 59 | done when setting up the default directory of a newly visited file. |
| @@ -74,7 +74,7 @@ the name it is linked to." | |||
| 74 | 74 | ||
| 75 | ;; Turn off backup files on VMS since it has version numbers. | 75 | ;; Turn off backup files on VMS since it has version numbers. |
| 76 | (defcustom make-backup-files (not (eq system-type 'vax-vms)) | 76 | (defcustom make-backup-files (not (eq system-type 'vax-vms)) |
| 77 | "*Non-nil means make a backup of a file the first time it is saved. | 77 | "Non-nil means make a backup of a file the first time it is saved. |
| 78 | This can be done by renaming the file or by copying. | 78 | This can be done by renaming the file or by copying. |
| 79 | 79 | ||
| 80 | Renaming means that Emacs renames the existing file so that it is a | 80 | Renaming means that Emacs renames the existing file so that it is a |
| @@ -103,20 +103,20 @@ But it is local only if you make it local.") | |||
| 103 | (put 'backup-inhibited 'permanent-local t) | 103 | (put 'backup-inhibited 'permanent-local t) |
| 104 | 104 | ||
| 105 | (defcustom backup-by-copying nil | 105 | (defcustom backup-by-copying nil |
| 106 | "*Non-nil means always use copying to create backup files. | 106 | "Non-nil means always use copying to create backup files. |
| 107 | See documentation of variable `make-backup-files'." | 107 | See documentation of variable `make-backup-files'." |
| 108 | :type 'boolean | 108 | :type 'boolean |
| 109 | :group 'backup) | 109 | :group 'backup) |
| 110 | 110 | ||
| 111 | (defcustom backup-by-copying-when-linked nil | 111 | (defcustom backup-by-copying-when-linked nil |
| 112 | "*Non-nil means use copying to create backups for files with multiple names. | 112 | "Non-nil means use copying to create backups for files with multiple names. |
| 113 | This causes the alternate names to refer to the latest version as edited. | 113 | This causes the alternate names to refer to the latest version as edited. |
| 114 | This variable is relevant only if `backup-by-copying' is nil." | 114 | This variable is relevant only if `backup-by-copying' is nil." |
| 115 | :type 'boolean | 115 | :type 'boolean |
| 116 | :group 'backup) | 116 | :group 'backup) |
| 117 | 117 | ||
| 118 | (defcustom backup-by-copying-when-mismatch nil | 118 | (defcustom backup-by-copying-when-mismatch nil |
| 119 | "*Non-nil means create backups by copying if this preserves owner or group. | 119 | "Non-nil means create backups by copying if this preserves owner or group. |
| 120 | Renaming may still be used (subject to control of other variables) | 120 | Renaming may still be used (subject to control of other variables) |
| 121 | when it would not result in changing the owner or group of the file; | 121 | when it would not result in changing the owner or group of the file; |
| 122 | that is, for files which are owned by you and whose group matches | 122 | that is, for files which are owned by you and whose group matches |
| @@ -126,7 +126,7 @@ This variable is relevant only if `backup-by-copying' is nil." | |||
| 126 | :group 'backup) | 126 | :group 'backup) |
| 127 | 127 | ||
| 128 | (defcustom backup-by-copying-when-privileged-mismatch 200 | 128 | (defcustom backup-by-copying-when-privileged-mismatch 200 |
| 129 | "*Non-nil means create backups by copying to preserve a privileged owner. | 129 | "Non-nil means create backups by copying to preserve a privileged owner. |
| 130 | Renaming may still be used (subject to control of other variables) | 130 | Renaming may still be used (subject to control of other variables) |
| 131 | when it would not result in changing the owner of the file or if the owner | 131 | when it would not result in changing the owner of the file or if the owner |
| 132 | has a user id greater than the value of this variable. This is useful | 132 | has a user id greater than the value of this variable. This is useful |
| @@ -142,7 +142,7 @@ This variable is relevant only if `backup-by-copying' and | |||
| 142 | Called with an absolute file name as argument, it returns t to enable backup.") | 142 | Called with an absolute file name as argument, it returns t to enable backup.") |
| 143 | 143 | ||
| 144 | (defcustom buffer-offer-save nil | 144 | (defcustom buffer-offer-save nil |
| 145 | "*Non-nil in a buffer means always offer to save buffer on exit. | 145 | "Non-nil in a buffer means always offer to save buffer on exit. |
| 146 | Do so even if the buffer is not visiting a file. | 146 | Do so even if the buffer is not visiting a file. |
| 147 | Automatically local in all buffers." | 147 | Automatically local in all buffers." |
| 148 | :type 'boolean | 148 | :type 'boolean |
| @@ -150,7 +150,7 @@ Automatically local in all buffers." | |||
| 150 | (make-variable-buffer-local 'buffer-offer-save) | 150 | (make-variable-buffer-local 'buffer-offer-save) |
| 151 | 151 | ||
| 152 | (defcustom find-file-existing-other-name t | 152 | (defcustom find-file-existing-other-name t |
| 153 | "*Non-nil means find a file under alternative names, in existing buffers. | 153 | "Non-nil means find a file under alternative names, in existing buffers. |
| 154 | This means if any existing buffer is visiting the file you want | 154 | This means if any existing buffer is visiting the file you want |
| 155 | under another name, you get the existing buffer instead of a new buffer." | 155 | under another name, you get the existing buffer instead of a new buffer." |
| 156 | :type 'boolean | 156 | :type 'boolean |
| @@ -165,7 +165,7 @@ both at the file level and at the levels of the containing directories." | |||
| 165 | (put 'find-file-visit-truename 'safe-local-variable 'boolean) | 165 | (put 'find-file-visit-truename 'safe-local-variable 'boolean) |
| 166 | 166 | ||
| 167 | (defcustom revert-without-query nil | 167 | (defcustom revert-without-query nil |
| 168 | "*Specify which files should be reverted without query. | 168 | "Specify which files should be reverted without query. |
| 169 | The value is a list of regular expressions. | 169 | The value is a list of regular expressions. |
| 170 | If the file name matches one of these regular expressions, | 170 | If the file name matches one of these regular expressions, |
| 171 | then `revert-buffer' reverts the file without querying | 171 | then `revert-buffer' reverts the file without querying |
| @@ -226,7 +226,7 @@ have fast storage with limited space, such as a RAM disk." | |||
| 226 | "Regexp recognizing file names which aren't allowed by the filesystem.") | 226 | "Regexp recognizing file names which aren't allowed by the filesystem.") |
| 227 | 227 | ||
| 228 | (defcustom file-precious-flag nil | 228 | (defcustom file-precious-flag nil |
| 229 | "*Non-nil means protect against I/O errors while saving files. | 229 | "Non-nil means protect against I/O errors while saving files. |
| 230 | Some modes set this non-nil in particular buffers. | 230 | Some modes set this non-nil in particular buffers. |
| 231 | 231 | ||
| 232 | This feature works by writing the new contents into a temporary file | 232 | This feature works by writing the new contents into a temporary file |
| @@ -241,7 +241,7 @@ breaks any hard links between it and other files." | |||
| 241 | :group 'backup) | 241 | :group 'backup) |
| 242 | 242 | ||
| 243 | (defcustom version-control nil | 243 | (defcustom version-control nil |
| 244 | "*Control use of version numbers for backup files. | 244 | "Control use of version numbers for backup files. |
| 245 | t means make numeric backup versions unconditionally. | 245 | t means make numeric backup versions unconditionally. |
| 246 | nil means make them for files that have some already. | 246 | nil means make them for files that have some already. |
| 247 | `never' means do not make them." | 247 | `never' means do not make them." |
| @@ -254,13 +254,13 @@ nil means make them for files that have some already. | |||
| 254 | '(lambda (x) (or (booleanp x) (equal x 'never)))) | 254 | '(lambda (x) (or (booleanp x) (equal x 'never)))) |
| 255 | 255 | ||
| 256 | (defcustom dired-kept-versions 2 | 256 | (defcustom dired-kept-versions 2 |
| 257 | "*When cleaning directory, number of versions to keep." | 257 | "When cleaning directory, number of versions to keep." |
| 258 | :type 'integer | 258 | :type 'integer |
| 259 | :group 'backup | 259 | :group 'backup |
| 260 | :group 'dired) | 260 | :group 'dired) |
| 261 | 261 | ||
| 262 | (defcustom delete-old-versions nil | 262 | (defcustom delete-old-versions nil |
| 263 | "*If t, delete excess backup versions silently. | 263 | "If t, delete excess backup versions silently. |
| 264 | If nil, ask confirmation. Any other value prevents any trimming." | 264 | If nil, ask confirmation. Any other value prevents any trimming." |
| 265 | :type '(choice (const :tag "Delete" t) | 265 | :type '(choice (const :tag "Delete" t) |
| 266 | (const :tag "Ask" nil) | 266 | (const :tag "Ask" nil) |
| @@ -268,20 +268,20 @@ If nil, ask confirmation. Any other value prevents any trimming." | |||
| 268 | :group 'backup) | 268 | :group 'backup) |
| 269 | 269 | ||
| 270 | (defcustom kept-old-versions 2 | 270 | (defcustom kept-old-versions 2 |
| 271 | "*Number of oldest versions to keep when a new numbered backup is made." | 271 | "Number of oldest versions to keep when a new numbered backup is made." |
| 272 | :type 'integer | 272 | :type 'integer |
| 273 | :group 'backup) | 273 | :group 'backup) |
| 274 | (put 'kept-old-versions 'safe-local-variable 'integerp) | 274 | (put 'kept-old-versions 'safe-local-variable 'integerp) |
| 275 | 275 | ||
| 276 | (defcustom kept-new-versions 2 | 276 | (defcustom kept-new-versions 2 |
| 277 | "*Number of newest versions to keep when a new numbered backup is made. | 277 | "Number of newest versions to keep when a new numbered backup is made. |
| 278 | Includes the new backup. Must be > 0" | 278 | Includes the new backup. Must be > 0" |
| 279 | :type 'integer | 279 | :type 'integer |
| 280 | :group 'backup) | 280 | :group 'backup) |
| 281 | (put 'kept-new-versions 'safe-local-variable 'integerp) | 281 | (put 'kept-new-versions 'safe-local-variable 'integerp) |
| 282 | 282 | ||
| 283 | (defcustom require-final-newline nil | 283 | (defcustom require-final-newline nil |
| 284 | "*Whether to add a newline automatically at the end of the file. | 284 | "Whether to add a newline automatically at the end of the file. |
| 285 | 285 | ||
| 286 | A value of t means do this only when the file is about to be saved. | 286 | A value of t means do this only when the file is about to be saved. |
| 287 | A value of `visit' means do this right after the file is visited. | 287 | A value of `visit' means do this right after the file is visited. |
| @@ -299,7 +299,7 @@ from `mode-require-final-newline'." | |||
| 299 | :group 'editing-basics) | 299 | :group 'editing-basics) |
| 300 | 300 | ||
| 301 | (defcustom mode-require-final-newline t | 301 | (defcustom mode-require-final-newline t |
| 302 | "*Whether to add a newline at end of file, in certain major modes. | 302 | "Whether to add a newline at end of file, in certain major modes. |
| 303 | Those modes set `require-final-newline' to this value when you enable them. | 303 | Those modes set `require-final-newline' to this value when you enable them. |
| 304 | They do so because they are often used for files that are supposed | 304 | They do so because they are often used for files that are supposed |
| 305 | to end in newlines, and the question is how to arrange that. | 305 | to end in newlines, and the question is how to arrange that. |
| @@ -322,12 +322,12 @@ a final newline, whenever you save a file that really needs one." | |||
| 322 | :version "22.1") | 322 | :version "22.1") |
| 323 | 323 | ||
| 324 | (defcustom auto-save-default t | 324 | (defcustom auto-save-default t |
| 325 | "*Non-nil says by default do auto-saving of every file-visiting buffer." | 325 | "Non-nil says by default do auto-saving of every file-visiting buffer." |
| 326 | :type 'boolean | 326 | :type 'boolean |
| 327 | :group 'auto-save) | 327 | :group 'auto-save) |
| 328 | 328 | ||
| 329 | (defcustom auto-save-visited-file-name nil | 329 | (defcustom auto-save-visited-file-name nil |
| 330 | "*Non-nil says auto-save a buffer in the file it is visiting, when practical. | 330 | "Non-nil says auto-save a buffer in the file it is visiting, when practical. |
| 331 | Normally auto-save files are written under other names." | 331 | Normally auto-save files are written under other names." |
| 332 | :type 'boolean | 332 | :type 'boolean |
| 333 | :group 'auto-save) | 333 | :group 'auto-save) |
| @@ -337,7 +337,7 @@ Normally auto-save files are written under other names." | |||
| 337 | ;; Don't put "\\2" inside expand-file-name, since it will be | 337 | ;; Don't put "\\2" inside expand-file-name, since it will be |
| 338 | ;; transformed to "/2" on DOS/Windows. | 338 | ;; transformed to "/2" on DOS/Windows. |
| 339 | ,(concat temporary-file-directory "\\2") t)) | 339 | ,(concat temporary-file-directory "\\2") t)) |
| 340 | "*Transforms to apply to buffer file name before making auto-save file name. | 340 | "Transforms to apply to buffer file name before making auto-save file name. |
| 341 | Each transform is a list (REGEXP REPLACEMENT UNIQUIFY): | 341 | Each transform is a list (REGEXP REPLACEMENT UNIQUIFY): |
| 342 | REGEXP is a regular expression to match against the file name. | 342 | REGEXP is a regular expression to match against the file name. |
| 343 | If it matches, `replace-match' is used to replace the | 343 | If it matches, `replace-match' is used to replace the |
| @@ -364,19 +364,19 @@ ignored." | |||
| 364 | :version "21.1") | 364 | :version "21.1") |
| 365 | 365 | ||
| 366 | (defcustom save-abbrevs t | 366 | (defcustom save-abbrevs t |
| 367 | "*Non-nil means save word abbrevs too when files are saved. | 367 | "Non-nil means save word abbrevs too when files are saved. |
| 368 | If `silently', don't ask the user before saving." | 368 | If `silently', don't ask the user before saving." |
| 369 | :type '(choice (const t) (const nil) (const silently)) | 369 | :type '(choice (const t) (const nil) (const silently)) |
| 370 | :group 'abbrev) | 370 | :group 'abbrev) |
| 371 | 371 | ||
| 372 | (defcustom find-file-run-dired t | 372 | (defcustom find-file-run-dired t |
| 373 | "*Non-nil means allow `find-file' to visit directories. | 373 | "Non-nil means allow `find-file' to visit directories. |
| 374 | To visit the directory, `find-file' runs `find-directory-functions'." | 374 | To visit the directory, `find-file' runs `find-directory-functions'." |
| 375 | :type 'boolean | 375 | :type 'boolean |
| 376 | :group 'find-file) | 376 | :group 'find-file) |
| 377 | 377 | ||
| 378 | (defcustom find-directory-functions '(cvs-dired-noselect dired-noselect) | 378 | (defcustom find-directory-functions '(cvs-dired-noselect dired-noselect) |
| 379 | "*List of functions to try in sequence to visit a directory. | 379 | "List of functions to try in sequence to visit a directory. |
| 380 | Each function is called with the directory name as the sole argument | 380 | Each function is called with the directory name as the sole argument |
| 381 | and should return either a buffer or nil." | 381 | and should return either a buffer or nil." |
| 382 | :type '(hook :options (cvs-dired-noselect dired-noselect)) | 382 | :type '(hook :options (cvs-dired-noselect dired-noselect)) |
| @@ -448,7 +448,7 @@ use `before-save-hook'.") | |||
| 448 | 'write-contents-functions "22.1") | 448 | 'write-contents-functions "22.1") |
| 449 | 449 | ||
| 450 | (defcustom enable-local-variables t | 450 | (defcustom enable-local-variables t |
| 451 | "*Control use of local variables in files you visit. | 451 | "Control use of local variables in files you visit. |
| 452 | The value can be t, nil, :safe, or something else. | 452 | The value can be t, nil, :safe, or something else. |
| 453 | 453 | ||
| 454 | A value of t means file local variables specifications are obeyed | 454 | A value of t means file local variables specifications are obeyed |
| @@ -506,7 +506,7 @@ nil means ignore them; anything else means query." | |||
| 506 | (defalias 'file-locked-p 'ignore)) | 506 | (defalias 'file-locked-p 'ignore)) |
| 507 | 507 | ||
| 508 | (defcustom view-read-only nil | 508 | (defcustom view-read-only nil |
| 509 | "*Non-nil means buffers visiting files read-only do so in view mode. | 509 | "Non-nil means buffers visiting files read-only do so in view mode. |
| 510 | In fact, this means that all read-only buffers normally have | 510 | In fact, this means that all read-only buffers normally have |
| 511 | View mode enabled, including buffers that are read-only because | 511 | View mode enabled, including buffers that are read-only because |
| 512 | you visit a file you cannot alter, and buffers you make read-only | 512 | you visit a file you cannot alter, and buffers you make read-only |
| @@ -1324,7 +1324,7 @@ removes automounter prefixes (see the variable `automount-dir-prefix')." | |||
| 1324 | filename))) | 1324 | filename))) |
| 1325 | 1325 | ||
| 1326 | (defcustom find-file-not-true-dirname-list nil | 1326 | (defcustom find-file-not-true-dirname-list nil |
| 1327 | "*List of logical names for which visiting shouldn't save the true dirname. | 1327 | "List of logical names for which visiting shouldn't save the true dirname. |
| 1328 | On VMS, when you visit a file using a logical name that searches a path, | 1328 | On VMS, when you visit a file using a logical name that searches a path, |
| 1329 | you may or may not want the visited file name to record the specific | 1329 | you may or may not want the visited file name to record the specific |
| 1330 | directory where the file was found. If you *do not* want that, add the logical | 1330 | directory where the file was found. If you *do not* want that, add the logical |
| @@ -1373,7 +1373,7 @@ If there is no such live buffer, return nil." | |||
| 1373 | found)))) | 1373 | found)))) |
| 1374 | 1374 | ||
| 1375 | (defcustom find-file-wildcards t | 1375 | (defcustom find-file-wildcards t |
| 1376 | "*Non-nil means file-visiting commands should handle wildcards. | 1376 | "Non-nil means file-visiting commands should handle wildcards. |
| 1377 | For example, if you specify `*.c', that would visit all the files | 1377 | For example, if you specify `*.c', that would visit all the files |
| 1378 | whose names match the pattern." | 1378 | whose names match the pattern." |
| 1379 | :group 'files | 1379 | :group 'files |
| @@ -1381,7 +1381,7 @@ whose names match the pattern." | |||
| 1381 | :type 'boolean) | 1381 | :type 'boolean) |
| 1382 | 1382 | ||
| 1383 | (defcustom find-file-suppress-same-file-warnings nil | 1383 | (defcustom find-file-suppress-same-file-warnings nil |
| 1384 | "*Non-nil means suppress warning messages for symlinked files. | 1384 | "Non-nil means suppress warning messages for symlinked files. |
| 1385 | When nil, Emacs prints a warning when visiting a file that is already | 1385 | When nil, Emacs prints a warning when visiting a file that is already |
| 1386 | visited, but with a different name. Setting this option to t | 1386 | visited, but with a different name. Setting this option to t |
| 1387 | suppresses this warning." | 1387 | suppresses this warning." |
| @@ -2303,7 +2303,7 @@ symbol and VAL is a value that is considered safe." | |||
| 2303 | :type 'alist) | 2303 | :type 'alist) |
| 2304 | 2304 | ||
| 2305 | (defcustom safe-local-eval-forms nil | 2305 | (defcustom safe-local-eval-forms nil |
| 2306 | "*Expressions that are considered safe in an `eval:' local variable. | 2306 | "Expressions that are considered safe in an `eval:' local variable. |
| 2307 | Add expressions to this list if you want Emacs to evaluate them, when | 2307 | Add expressions to this list if you want Emacs to evaluate them, when |
| 2308 | they appear in an `eval' local variable specification, without first | 2308 | they appear in an `eval' local variable specification, without first |
| 2309 | asking you for confirmation." | 2309 | asking you for confirmation." |
| @@ -2764,7 +2764,7 @@ It is dangerous if either of these conditions are met: | |||
| 2764 | 2764 | ||
| 2765 | 2765 | ||
| 2766 | (defcustom change-major-mode-with-file-name t | 2766 | (defcustom change-major-mode-with-file-name t |
| 2767 | "*Non-nil means \\[write-file] should set the major mode from the file name. | 2767 | "Non-nil means \\[write-file] should set the major mode from the file name. |
| 2768 | However, the mode will not be changed if | 2768 | However, the mode will not be changed if |
| 2769 | \(1) a local variables list or the `-*-' line specifies a major mode, or | 2769 | \(1) a local variables list or the `-*-' line specifies a major mode, or |
| 2770 | \(2) the current major mode is a \"special\" mode, | 2770 | \(2) the current major mode is a \"special\" mode, |
| @@ -4499,7 +4499,7 @@ by `sh' are supported." | |||
| 4499 | 4499 | ||
| 4500 | (defcustom list-directory-brief-switches | 4500 | (defcustom list-directory-brief-switches |
| 4501 | (if (eq system-type 'vax-vms) "" "-CF") | 4501 | (if (eq system-type 'vax-vms) "" "-CF") |
| 4502 | "*Switches for `list-directory' to pass to `ls' for brief listing." | 4502 | "Switches for `list-directory' to pass to `ls' for brief listing." |
| 4503 | :type 'string | 4503 | :type 'string |
| 4504 | :group 'dired) | 4504 | :group 'dired) |
| 4505 | 4505 | ||
| @@ -4507,7 +4507,7 @@ by `sh' are supported." | |||
| 4507 | (if (eq system-type 'vax-vms) | 4507 | (if (eq system-type 'vax-vms) |
| 4508 | "/PROTECTION/SIZE/DATE/OWNER/WIDTH=(OWNER:10)" | 4508 | "/PROTECTION/SIZE/DATE/OWNER/WIDTH=(OWNER:10)" |
| 4509 | "-l") | 4509 | "-l") |
| 4510 | "*Switches for `list-directory' to pass to `ls' for verbose listing." | 4510 | "Switches for `list-directory' to pass to `ls' for verbose listing." |
| 4511 | :type 'string | 4511 | :type 'string |
| 4512 | :group 'dired) | 4512 | :group 'dired) |
| 4513 | 4513 | ||
| @@ -4638,7 +4638,7 @@ PATTERN that already quotes some of the special characters." | |||
| 4638 | "Absolute or relative name of the `ls' program used by `insert-directory'.") | 4638 | "Absolute or relative name of the `ls' program used by `insert-directory'.") |
| 4639 | 4639 | ||
| 4640 | (defcustom directory-free-space-program "df" | 4640 | (defcustom directory-free-space-program "df" |
| 4641 | "*Program to get the amount of free space on a file system. | 4641 | "Program to get the amount of free space on a file system. |
| 4642 | We assume the output has the format of `df'. | 4642 | We assume the output has the format of `df'. |
| 4643 | The value of this variable must be just a command name or file name; | 4643 | The value of this variable must be just a command name or file name; |
| 4644 | if you want to specify options, use `directory-free-space-args'. | 4644 | if you want to specify options, use `directory-free-space-args'. |
| @@ -4652,7 +4652,7 @@ preference to the program given by this variable." | |||
| 4652 | 4652 | ||
| 4653 | (defcustom directory-free-space-args | 4653 | (defcustom directory-free-space-args |
| 4654 | (if (eq system-type 'darwin) "-k" "-Pk") | 4654 | (if (eq system-type 'darwin) "-k" "-Pk") |
| 4655 | "*Options to use when running `directory-free-space-program'." | 4655 | "Options to use when running `directory-free-space-program'." |
| 4656 | :type 'string | 4656 | :type 'string |
| 4657 | :group 'dired) | 4657 | :group 'dired) |
| 4658 | 4658 | ||