diff options
author | Masatake YAMATO <yamato@redhat.com> | 2010-05-21 01:33:09 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-05-21 01:33:09 +0300 |
commit | 1ddb2ea0f3425c5eb53dff1a6703ebb73f41f622 (patch) | |
tree | 187369324f41ad9b322230b0c913a5555b17a3a5 /lisp/progmodes/subword.el | |
parent | a602033560060cf8b1a7ca2faed46257441047c2 (diff) | |
download | emacs-1ddb2ea0f3425c5eb53dff1a6703ebb73f41f622.tar.gz |
* isearch.el (isearch-yank-word-or-char): Pull next subword
when `subword-mode' is activated. (Bug#6220)
Diffstat (limited to 'lisp/progmodes/subword.el')
-rw-r--r-- | lisp/progmodes/subword.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el index 4081791ae2e..7df42c8b9a2 100644 --- a/lisp/progmodes/subword.el +++ b/lisp/progmodes/subword.el @@ -76,7 +76,7 @@ ;; the old `c-forward-into-nomenclature' originally contributed by ;; Terry_Glanfield dot Southern at rxuk dot xerox dot com. -;; TODO: ispell-word and subword oriented C-w in isearch. +;; TODO: ispell-word. ;;; Code: |