diff options
author | Matthias Meulien <orontee@gmail.com> | 2022-09-19 20:47:00 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-19 20:47:00 +0200 |
commit | d6b25b84bc8cde6b8d396b073945c8340e6ca40d (patch) | |
tree | 476ca3a1af0a554286186f0bbda84713f97c1d64 /lisp/osc.el | |
parent | 0275b3a63168f66f3d1a5e8ac96200533519aa27 (diff) | |
download | emacs-d6b25b84bc8cde6b8d396b073945c8340e6ca40d.tar.gz emacs-d6b25b84bc8cde6b8d396b073945c8340e6ca40d.tar.bz2 emacs-d6b25b84bc8cde6b8d396b073945c8340e6ca40d.zip |
Minor touch-ups of some recent OSC stuff
* lisp/comint.el (comint-osc-handlers):
(comint-osc-hyperlink-map): Use defvaralias (bug#57821).
* lisp/osc.el: Fix some comments.
Diffstat (limited to 'lisp/osc.el')
-rw-r--r-- | lisp/osc.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/osc.el b/lisp/osc.el index 8f4cd630ba0..14f7fe6a4f3 100644 --- a/lisp/osc.el +++ b/lisp/osc.el @@ -22,14 +22,14 @@ ;;; Commentary: -;; Interpretation of OSC (Operating System Commands) escape -;; sequences. Handlers for OSC 2, 7 and 8 (for window title, current -;; directory and hyperlinks respectively) are provided. +;; Interpretation of OSC (Operating System Commands) escape sequences. +;; Handlers for OSC 2, 7 and 8 (for window title, current directory +;; and hyperlinks respectively) are provided. ;; The function `osc-compilation-filter' can be added to ;; `compilation-filter-hook' to collect OSC sequences in compilation -;; buffers. The variable `osc-for-compilation-buffer' tells what to do -;; with collected sequences. +;; buffers. The variable `osc-for-compilation-buffer' tells what to +;; do with collected sequences. ;;; Code: |