Function: magit-read-string-ns
magit-read-string-ns is a byte-compiled function defined in
magit-base.el.
Signature
(magit-read-string-ns PROMPT &optional INITIAL-INPUT HISTORY DEFAULT-VALUE INHERIT-INPUT-METHOD)
Documentation
Call magit-read-string with non-nil NO-WHITESPACE.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defun magit-read-string-ns ( prompt &optional initial-input history
default-value inherit-input-method)
"Call `magit-read-string' with non-nil NO-WHITESPACE."
(magit-read-string prompt initial-input history default-value
inherit-input-method t))