Merge pull request #89 from schneiderl/master

emacs: fix typos
pull/95/head
Igor Chubin 4 years ago committed by GitHub
commit 6f9aa78d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,11 +77,11 @@
C-g return to where search started (if you are still in search mode)
M-% query replace
#
Space or y replace this occurence
Space or y replace this occurrence
Del or n don\'t replace
. only replace this and exit (replace)
, replace and pause (resume with Space or y)
! replace all following occurences
! replace all following occurrences
^ back to previous match
RETURN or q quit replace
@ -93,7 +93,7 @@
.* group or null of chars
\< beginning of a word
\> end of a word
[] every char inside the backets (for example [a-z] means every small letter)
[] every char inside the brackets (for example [a-z] means every small letter)
#
M C-s RETURN search for regular expression forward
M C-r RETURN search for regular expression backward

Loading…
Cancel
Save