Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
de5af6bb
Commit
de5af6bb
authored
Feb 25, 2009
by
Glenn Morris
Browse files
(dired-guess-shell-alist-user): Fix doc typo.
parent
9af66738
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/dired-x.el
lisp/dired-x.el
+1
-1
No files found.
lisp/ChangeLog
View file @
de5af6bb
2009-02-25 Glenn Morris <rgm@gnu.org>
2009-02-25 Glenn Morris <rgm@gnu.org>
* dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
* simple.el (eval-expression):
* simple.el (eval-expression):
* emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
* emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
...
...
lisp/dired-x.el
View file @
de5af6bb
...
@@ -1131,7 +1131,7 @@ You can set this variable in your ~/.emacs. For example, to add rules for
...
@@ -1131,7 +1131,7 @@ You can set this variable in your ~/.emacs. For example, to add rules for
\(setq dired-guess-shell-alist-user
\(setq dired-guess-shell-alist-user
(list (list \"\\\\.foo\\\\'\" \"FOO-COMMAND\");; fixed rule
(list (list \"\\\\.foo\\\\'\" \"FOO-COMMAND\");; fixed rule
;; possibly more rules ...
;; possibly more rules ...
(list \"\\\\.bar\\\'\";; rule with condition test
(list \"\\\\.bar\\\
\
'\";; rule with condition test
'(if condition
'(if condition
\"BAR-COMMAND-1\"
\"BAR-COMMAND-1\"
\"BAR-COMMAND-2\")))\)"
\"BAR-COMMAND-2\")))\)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment