diff options
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r-- | lisp/progmodes/idlwave.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 30d9fc21867..5b7e07a5aad 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -428,7 +428,7 @@ path \(the value of !PATH). However, under Windows and MacOS variable can be set to specify the paths where IDLWAVE can find PRO files. The shell will only be asked for a list of paths when this variable is nil. The value is a list of directories. A directory -preceeded by a `+' will be searched recursively. If you set this +preceded by a `+' will be searched recursively. If you set this variable on a UNIX system, the shell will not be queried. See also `idlwave-system-directory'." :group 'idlwave-routine-info @@ -1197,7 +1197,7 @@ As a user, you should not set this to t.") (2 font-lock-function-name-face))) ;; Keyword parameters, like /xlog or ,xrange=[] - ;; This is anchored to the comma preceeding the keyword. + ;; This is anchored to the comma preceding the keyword. ;; Treats continuation lines, works only during whole buffer ;; fontification. Slow, use it only in fancy fontification. (keyword-parameters |