branch: externals/expreg
commit b8aff806c96c5e7a787103bc2274b1ab52f8507d
Author: bruno <cardoso...@gmail.com>
Commit: bruno <cardoso...@gmail.com>

    Fix typo
---
 expreg.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/expreg.el b/expreg.el
index 7fc8df3874..6fdb166be8 100644
--- a/expreg.el
+++ b/expreg.el
@@ -86,7 +86,7 @@
   (require 'cl-lib))
 (require 'seq)
 
-;;; Cutom options and variables
+;;; Custom options and variables
 
 (defvar-local expreg-functions
   '( expreg--subword expreg--word expreg--list expreg--string
@@ -106,7 +106,7 @@ scan-error, like end-of-buffer, or unbalanced parentheses, 
etc.")
   "If t, restore the point when quitting with ‘keyboard-quit’.
 
 By default, when user presses quit when expanding, nothing special
-happends: the region is deactivated and the point stays at where it is.
+happens: the region is deactivated and the point stays at where it is.
 But if this option is turned on, Emacs moves point back to where it was
 when user first started calling ‘expreg-expand’.")
 

Reply via email to