branch: externals/other-frame-window commit 3dd8fb002a574540b2b4f1b698839e1124452d45 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typo --- other-frame-window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-frame-window.el b/other-frame-window.el index 794d2bcc3e..2f8e49f6f9 100644 --- a/other-frame-window.el +++ b/other-frame-window.el @@ -35,7 +35,7 @@ ;; ;; Some commands display new buffers in other than the currently ;; selected window, which defeats the purpose of ‘other-frame-window’ in -;; the absense of a prefix. To override that, customize +;; the absence of a prefix. To override that, customize ;; ‘display-buffer-alist’ for those commands. For example, to override ;; ‘gud-gdb’: ;;