# HG changeset patch # User Oleksandr Gavenko # Date 1426110306 -7200 # Node ID a17e5b709fa7238d1f24b9768cba146d12636b31 # Parent 39879e285b7aed889faf6d81e49f377bcc3287f0 Fix warning from checkdoc. diff -r 39879e285b7a -r a17e5b709fa7 .emacs-my --- a/.emacs-my Sun Mar 08 20:36:48 2015 -0500 +++ b/.emacs-my Wed Mar 11 23:45:06 2015 +0200 @@ -196,7 +196,7 @@ ((listp tree) (mapcar ',name tree) ) - (t (error "Only tree of symbols allowed.")) + (t (error "Only tree of symbols allowed")) ))) (my-defun-rename-symb-tree @@ -412,8 +412,8 @@ (message "shell, bash, Cygwin, MSYS") (defvar my-use-windows-shell nil - "If t 'cmdproxy.exe' will be used as shell. Affect on M-x shell like - commands. If nil, 'sh' will be used." ) + "If t 'cmdproxy.exe' will be used as shell. +Affect on \\[shell] like commands. If nil, 'sh' will be used." ) (defun follow-cygwin-symlink () "Follow new-style (and also UCS-16) Cygwin symlinks."