comparison lisp/progmodes/sh-script.el @ 93805:a67fd7ca42f4

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 07 Apr 2008 01:19:39 +0000
parents e42355d302bb
children 8208c3bf9e0d
comparison
equal deleted inserted replaced
93804:0b281e7eac04 93805:a67fd7ca42f4
490 (define-key menu-map [sh-learn-line-indent] 490 (define-key menu-map [sh-learn-line-indent]
491 '(menu-item "Learn line indentation" sh-learn-line-indent 491 '(menu-item "Learn line indentation" sh-learn-line-indent
492 :help "Learn how to indent a line as it currently is indented")) 492 :help "Learn how to indent a line as it currently is indented"))
493 (define-key menu-map [sh-show-indent] 493 (define-key menu-map [sh-show-indent]
494 '(menu-item "Show indentation" sh-show-indent 494 '(menu-item "Show indentation" sh-show-indent
495 :help "Set the indentation for the current line")) 495 :help "Show the how the currently line would be indented"))
496 (define-key menu-map [sh-set-indent] 496 (define-key menu-map [sh-set-indent]
497 '(menu-item "Set indentation" sh-set-indent 497 '(menu-item "Set indentation" sh-set-indent
498 :help "Set the indentation for the current line")) 498 :help "Set the indentation for the current line"))
499 499
500 (define-key menu-map [sh-s0] '("--")) 500 (define-key menu-map [sh-s0] '("--"))