mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
1d5028ad04
commit
06a12b0ccc
77 changed files with 148 additions and 148 deletions
|
|
@ -46,7 +46,7 @@
|
|||
(move-to-column (string-match attribute proced-header-line)))
|
||||
|
||||
(defun proced--assert-process-valid-pid-refinement (pid)
|
||||
"Fail unless the process at point could be present after a refinment using PID."
|
||||
"Fail unless the process at point could be present after a refinement using PID."
|
||||
(proced--move-to-column "PID")
|
||||
(let ((pid-equal (string= pid (word-at-point))))
|
||||
(should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue