Skip to content

Commit

Permalink
Mention M-n in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg-test committed Dec 9, 2013
1 parent c3d1993 commit 7e7740b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
helm-dictionary
===============

This helm source can be used to look-up words in local (offline) dictionaries. It also provides short-cuts for various online dictionaries, which is useful in situations where the local dictionary doesn't have an entry for a word.
This helm source can be used to look up words in local (offline) dictionaries. It also provides short-cuts for various online dictionaries, which is useful in situations where the local dictionary doesn't have an entry for a word.

Dictionaries are available for a variety of language pairs; see below.

Expand Down Expand Up @@ -43,7 +43,7 @@ The browser specified in `helm-dictionary-browser-function` will be used to show

## Usage

Use the command `helm-dictionary` to start a new search. As usual, a search is case-insensitive unless the expression contains capital letters. Regular expressions can also be used as search terms.
Use the command `helm-dictionary` to start a new search. As usual, a search is case-insensitive unless the expression contains capital letters. Regular expressions can also be used as search terms. During a search, you can use `M-n` to search for the word at which you called `helm-dictionary`.

There are two actions available: insert the currently selected term in the source language (left) or in the target language (right) at point, i.e., the cursor position at which `helm-dictionary` was called.

Expand Down
4 changes: 3 additions & 1 deletion helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@

;; Use the command `helm-dictionary' to start a new search. As usual,
;; a search is case-insensitive unless the expression contains capital
;; letters. Regular expressions can also be used as search terms.
;; letters. Regular expressions can also be used as search
;; terms. During a search, you can use `M-n` to search for the word
;; at which you called `helm-dictionary`.

;; There are two actions available: insert the currently selected term
;; in the source language (left) or in the target language (right) at
Expand Down

0 comments on commit 7e7740b

Please sign in to comment.