Remove unused argument in doom/narrow-buffer-indirectly
This commit is contained in:
parent
6bef031e25
commit
f9190c08bf
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ OPACITY is an integer between 0 to 100, inclusive."
|
||||||
|
|
||||||
(defvar doom--narrowed-base-buffer nil)
|
(defvar doom--narrowed-base-buffer nil)
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom/narrow-buffer-indirectly (beg end &optional clone-p)
|
(defun doom/narrow-buffer-indirectly (beg end)
|
||||||
"Restrict editing in this buffer to the current region, indirectly.
|
"Restrict editing in this buffer to the current region, indirectly.
|
||||||
|
|
||||||
This recursively creates indirect clones of the current buffer so that the
|
This recursively creates indirect clones of the current buffer so that the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue