diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 18e5be71a..106f1e2b9 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-02-14 Corinna Vinschen + + * faq-using.xml: Fix usage of ampersand in NT emacs script. + 2009-02-14 Jari Aalto * faq-using.xml: Expand Emacs entries. diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index e4aee312a..00edbfd33 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -883,7 +883,7 @@ settings are for Emacs 21.1: ;; The M-x shell would continue to run standard Windows shell ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (defun my-bash (&optional buffer) + (defun my-bash (&optional buffer) "Run Cygwin Bash shell in optional BUFFER; default *shell-bash*." (autoload 'comint-check-proc "comint") (interactive