瀏覽代碼

Fix doc

master
10sr 2 月之前
父節點
當前提交
240cc22b1f
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 82E893B484685E69
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -922,7 +922,7 @@ THEM are function and its args."
(define-key helm-map (kbd "C-h") (kbd "DEL")))

(defun my-shrink-path-width (path width)
"Shrink PATH to be same or shorter than WIDTH."
"Shrink PATH so that the length is same or shorter than WIDTH."
(setq path (abbreviate-file-name path))
(if (file-remote-p path)
(let* ((remote (file-remote-p path))


Loading…
取消
儲存