comparison lisp/tutorial.el @ 76210:ef62cc69bfdd

(tutorial--describe-nonstandard-key): Tweak text in the menus case.
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Feb 2007 03:19:55 +0000
parents 21cbf755a07c
children 88eb7407b1e4
comparison
equal deleted inserted replaced
76209:7767e4297150 76210:ef62cc69bfdd
152 (unless (keymapp db) 152 (unless (keymapp db)
153 (insert "\n\nYou can use M-x " 153 (insert "\n\nYou can use M-x "
154 (format "%s" db) 154 (format "%s" db)
155 " RET instead.")) 155 " RET instead."))
156 (insert "\n\nWith your current key bindings" 156 (insert "\n\nWith your current key bindings"
157 " you can use the key " 157 " you can use "
158 (if (string-equal "the menus" where)
159 ""
160 "the key ")
158 where 161 where
159 " to get the function `" 162 " to get the function `"
160 (format "%s" db) 163 (format "%s" db)
161 "'."))) 164 "'.")))
162 (fill-region (point-min) (point))))) 165 (fill-region (point-min) (point)))))