]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a couple of recent typos.
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 14 Apr 2021 11:41:19 +0000 (12:41 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 14 Apr 2021 11:41:49 +0000 (12:41 +0100)
lisp/files.el
src/xdisp.c

index 9d9fbe1f068a6b469966cd1ad61533790f7b3561..7440c11a21d61e9bf290e768a5e270837fad2b77 100644 (file)
@@ -7671,7 +7671,7 @@ as in \"og+rX-w\"."
     num-rights))
 
 (defun file-modes-number-to-symbolic (mode &optional filetype)
-  "Return a string describing a file's MODE.
+  "Return a string describing a file's MODE.
 For instance, if MODE is #o700, then it produces `-rwx------'.
 FILETYPE if provided should be a character denoting the type of file,
 such as `?d' for a directory, or `?l' for a symbolic link and will override
index 9e5516602b43d06e11f3aad90ec1a628bb030230..8ffec93e45d7fed2c99a30926984db3a8f91ba47 100644 (file)
@@ -875,11 +875,12 @@ wset_update_mode_line (struct window *w)
   w->update_mode_line = true;
   /* When a window's mode line needs to be updated, the window's frame's
      title may also need to be updated, but we don't need to worry about it
-     here.  Instead, `gui_consider_frame_title` is automatically called
+     here.  Instead, `gui_consider_frame_title' is automatically called
      whenever w->update_mode_line is set for that frame's selected window.
      But for this to work reliably, we have to make sure the window
      is considered, so we have to mark it for redisplay.  */
-  wset_redisplay (w); }
+  wset_redisplay (w);
+}
 
 DEFUN ("set-buffer-redisplay", Fset_buffer_redisplay,
        Sset_buffer_redisplay, 4, 4, 0,